home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
53142
/
53142.xpi
/
skin
/
sorepdisplay.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2009-12-07
|
2KB
|
80 lines
/*##########################################################################
Copyright 2009 Tim Reid
This file is part of the Stack Overflow Reputation Display extension
for Mozilla Firefox.
Stack Overflow Reputation Display is free software: you can
redistribute it and/or modify it under the terms of the GNU General
Public License as published by the Free Software Foundation, either
version 3 of the License, or (at your option) any later version.
Stack Overflow Reputation Display is distributed in the hope that it
will be useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
You should have received a copy of the GNU General Public
License along with Stack Overflow Reputation Display. If not,
see <http://www.gnu.org/licenses/>.
##########################################################################*/
/* Layout based on http://sstatic.net/so/flair-Default.StackOverflow.css */
tooltip.sorepdisplay { padding: 3px 3px; }
description.sorepdisplay { margin: 0px 0px; }
description.sorepdisplay.sorepdisplay-badge1 { color: #ffcc00; margin-left: 3px; }
description.sorepdisplay.sorepdisplay-badge2 { color: #c0c0c0; margin-left: 3px; }
description.sorepdisplay.sorepdisplay-badge3 { color: #CC9966; margin-left: 3px; }
description.sorepdisplay.sorepdisplay-badgecount { padding-left: 1px; }
description.sorepdisplay.sorepdisplay-name { margin-left: 3px; }
.defaultreputationtextcolor { color: #444444; }
.defaultbadgetextcolor { color: #808185; }
.reputationtextcolor { color: #444444; }
.badgetextcolor { color: #808185; }
description.sorepdisplay.sorepdisplay-score {
font-size: 120%;
font-weight: bold;
margin-left: 3px;
}
image.sorepdisplay.sorepdisplay-soicon { cursor: pointer; }
dialog#sorepdisplayoptions description.titletext {
width: 200px;
font-weight: bold;
font-size: 180%;
}
dialog#sorepdisplayoptions richlistbox image {
margin-left: 3px;
margin-top: 2px;
margin-bottom: 2px;
}
dialog#sorepdisplayoptions richlistitem {
-moz-box-align: center;
}
hbox.colorpicker {
}
hbox.swatch {
width: 24px;
height: 24px;
margin: 2px 2px;
border: 1px solid black;
}
hbox.swatch:hover {
border: 1px solid red;
}
menupopup.colorpicker {
padding: 2px;
}